home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 69 / MacAddict_069_2002_05.iso / Software / Productivity / PocketNotes 1.12.dmg / PocketNotes.app / Contents / Info.plist next >
Extensible Markup Language  |  2002-01-31  |  2KB  |  72 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>pnotes</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>PocketNotesDoc.icns</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>PocketNotes Document</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>PNT2</string>
  21.             </array>
  22.             <key>CFBundleTypeRole</key>
  23.             <string>Editor</string>
  24.             <key>NSDocumentClass</key>
  25.             <string>PToDoDocument</string>
  26.         </dict>
  27.         <dict>
  28.             <key>CFBundleTypeExtensions</key>
  29.             <array>
  30.                 <string>pnskin</string>
  31.             </array>
  32.             <key>CFBundleTypeIconFile</key>
  33.             <string>PocketNotesSkin.icns</string>
  34.             <key>CFBundleTypeName</key>
  35.             <string>PocketNotes Skin</string>
  36.             <key>CFBundleTypeOSTypes</key>
  37.             <array>
  38.                 <string>PNT2</string>
  39.             </array>
  40.             <key>CFBundleTypeRole</key>
  41.             <string>None</string>
  42.         </dict>
  43.     </array>
  44.     <key>CFBundleExecutable</key>
  45.     <string>PocketNotes</string>
  46.     <key>CFBundleGetInfoString</key>
  47.     <string>PocketNotes 1.12</string>
  48.     <key>CFBundleIconFile</key>
  49.     <string>PocketNotes.icns</string>
  50.     <key>CFBundleIdentifier</key>
  51.     <string>com.pocketSW.PocketNotes</string>
  52.     <key>CFBundleInfoDictionaryVersion</key>
  53.     <string>6.0</string>
  54.     <key>CFBundleName</key>
  55.     <string>PocketNotes</string>
  56.     <key>CFBundlePackageType</key>
  57.     <string>APPL</string>
  58.     <key>CFBundleShortVersionString</key>
  59.     <string>PocketNotes 1.12, Copyright ¬©2001 Pocket Software</string>
  60.     <key>CFBundleSignature</key>
  61.     <string>PNTS</string>
  62.     <key>CFBundleVersion</key>
  63.     <string>1.12</string>
  64.     <key>NSHelpFile</key>
  65.     <string>Help.pnotes</string>
  66.     <key>NSMainNibFile</key>
  67.     <string>MainMenu</string>
  68.     <key>NSPrincipalClass</key>
  69.     <string>NSApplication</string>
  70. </dict>
  71. </plist>
  72.